Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Type Update Change
rules_dotnet bazel_dep patch 0.16.0 -> 0.16.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the B-dependencies Pull requests that update a dependency file label Oct 30, 2024
@qodo-merge-pro
Copy link
Contributor

qodo-merge-pro bot commented Oct 30, 2024

CI Failure Feedback 🧐

(Checks updated until commit d2a0598)

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: //javascript/node/selenium-webdriver:prettier-test

Failure summary:

The action failed because the test //javascript/node/selenium-webdriver:prettier-test did not pass.
The failure was due to code style issues detected by Prettier in the file
test/bidi/locate_nodes_test.js. The log suggests running Prettier with the --write option to fix the
formatting issues.

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

970:  Package 'php-symfony-debug-bundle' is not installed, so not removed
971:  Package 'php-symfony-dependency-injection' is not installed, so not removed
972:  Package 'php-symfony-deprecation-contracts' is not installed, so not removed
973:  Package 'php-symfony-discord-notifier' is not installed, so not removed
974:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
975:  Package 'php-symfony-doctrine-messenger' is not installed, so not removed
976:  Package 'php-symfony-dom-crawler' is not installed, so not removed
977:  Package 'php-symfony-dotenv' is not installed, so not removed
978:  Package 'php-symfony-error-handler' is not installed, so not removed
...

1816:  (12:29:15) �[32mINFO: �[0mFrom Building external/protobuf~/java/core/liblite_runtime_only.jar (91 source files) [for tool]:
1817:  external/protobuf~/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:293: warning: [removal] AccessController in java.security has been deprecated and marked for removal
1818:  AccessController.doPrivileged(
1819:  ^
1820:  (12:29:15) �[31m�[1mFAIL: �[0m//javascript/node/selenium-webdriver:prettier-test (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/node/selenium-webdriver/prettier-test/test_attempts/attempt_1.log)
1821:  (12:29:15) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 60066 targets configured)
1822:  �[32m[2,939 / 3,818]�[0m 73 / 77 tests;�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 8s remote, remote-cache ... (49 actions, 1 running)
1823:  (12:29:16) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
1824:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1825:  private final ErrorCodes errorCodes;
1826:  ^
1827:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1828:  this.errorCodes = new ErrorCodes();
1829:  ^
1830:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1831:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
1832:  ^
1833:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1834:  ErrorCodes errorCodes = new ErrorCodes();
1835:  ^
1836:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1837:  ErrorCodes errorCodes = new ErrorCodes();
1838:  ^
1839:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1840:  response.setStatus(ErrorCodes.SUCCESS);
1841:  ^
1842:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1843:  response.setState(ErrorCodes.SUCCESS_STRING);
1844:  ^
1845:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1846:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
1847:  ^
1848:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1849:  new ErrorCodes().getExceptionType((String) rawError);
1850:  ^
1851:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1852:  private final ErrorCodes errorCodes = new ErrorCodes();
1853:  ^
1854:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1855:  private final ErrorCodes errorCodes = new ErrorCodes();
1856:  ^
1857:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1858:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
1859:  ^
1860:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:101: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1861:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1862:  ^
1863:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:103: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1864:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1865:  ^
1866:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:117: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1867:  response.setStatus(ErrorCodes.SUCCESS);
1868:  ^
1869:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:118: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1870:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1871:  ^
1872:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:124: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1873:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1874:  ^
1875:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1876:  private final ErrorCodes errorCodes = new ErrorCodes();
1877:  ^
1878:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1879:  private final ErrorCodes errorCodes = new ErrorCodes();
1880:  ^
1881:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:93: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1882:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1883:  ^
1884:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:98: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1885:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1886:  ^
1887:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:145: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1888:  response.setStatus(ErrorCodes.SUCCESS);
...

1968:  dotnet/src/support/UI/SelectElement.cs(249,21): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
1969:  dotnet/src/support/UI/SelectElement.cs(366,30): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
1970:  (12:29:26) �[31m�[1mFAIL: �[0m//javascript/node/selenium-webdriver:prettier-test (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/node/selenium-webdriver/prettier-test/test.log)
1971:  ==================== Test output for //javascript/node/selenium-webdriver:prettier-test:
1972:  Checking formatting...
1973:  [warn] test/bidi/locate_nodes_test.js
1974:  [warn] Code style issues found in the above file. Run Prettier with --write to fix.
1975:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIGB6VUkOGTQLURFbjturCG7XbjBcM5_tD8pN1pvHpI-UEJ8D
1976:  �[31m�[1mFAILED: �[0m//javascript/node/selenium-webdriver:prettier-test (Summary)
...

1984:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/node/selenium-webdriver/prettier-test/test.log
1985:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/node/selenium-webdriver/prettier-test/test_attempts/attempt_1.log
1986:  (12:29:26) �[32mINFO: �[0mFrom Testing //javascript/node/selenium-webdriver:prettier-test:
1987:  (12:29:30) �[32mINFO: �[0mFrom Compiling I18Test-edge:
1988:  dotnet/test/common/I18Test.cs(33,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
1989:  dotnet/test/common/I18Test.cs(44,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
1990:  dotnet/test/common/I18Test.cs(70,36): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
1991:  (12:29:31) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 60917 targets configured)
1992:  �[32m[6,499 / 6,890]�[0m 152 / 581 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-log-inspector-test.js-chrome; 1s remote, remote-cache ... (50 actions, 0 running)
...

2003:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/click_submit_test.html -> javascript/atoms/test/click_submit_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
2004:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/click_test.html -> javascript/atoms/test/click_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
2005:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/clientrect_test.html -> javascript/atoms/test/clientrect_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
2006:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/color_test.html -> javascript/atoms/test/color_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
2007:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/dom_test.html -> javascript/atoms/test/dom_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
2008:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/drag_test.html -> javascript/atoms/test/drag_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
2009:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/enabled_test.html -> javascript/atoms/test/enabled_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
2010:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/enter_submit_test.html -> javascript/atoms/test/enter_submit_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
2011:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:351:19: runfiles symlink javascript/atoms/test/error_test.html -> javascript/atoms/test/error_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
...

2110:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:67:19: runfiles symlink javascript/webdriver/test/http/http_test.js -> javascript/webdriver/test/http/http_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2111:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:67:19: runfiles symlink javascript/webdriver/test/http/xhrclient_test.js -> javascript/webdriver/test/http/xhrclient_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2112:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:67:19: runfiles symlink javascript/webdriver/test/logging_test.js -> javascript/webdriver/test/logging_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2113:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:67:19: runfiles symlink javascript/webdriver/test/stacktrace_test.js -> javascript/webdriver/test/stacktrace_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2114:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:67:19: runfiles symlink javascript/webdriver/test/test_bootstrap.js -> javascript/webdriver/test/test_bootstrap.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2115:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:67:19: runfiles symlink javascript/webdriver/test/testutil.js -> javascript/webdriver/test/testutil.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2116:  (12:29:35) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:67:19: runfiles symlink javascript/webdriver/test/testutil_test.js -> javascript/webdriver/test/testutil_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2117:  (12:29:36) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 61286 targets configured)
2118:  �[32m[6,636 / 7,252]�[0m 196 / 854 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //rb/spec/unit/selenium/webdriver/ie:options ... (49 actions, 3 running)
2119:  (12:29:41) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 61432 targets configured)
2120:  �[32m[7,198 / 8,032]�[0m 231 / 1044 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:manager-firefox-beta-bidi ... (47 actions, 2 running)
...

2130:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(194,27): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2131:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(219,25): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2132:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(237,27): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2133:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(263,27): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2134:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(281,27): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2135:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(290,25): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2136:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(317,35): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2137:  (12:29:46) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 61660 targets configured)
2138:  �[32m[7,973 / 9,367]�[0m 268 / 1176 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:select-chrome ... (39 actions, 7 running)
2139:  (12:29:47) �[32mINFO: �[0mFrom Compiling ExecutingAsyncJavascriptTest-edge:
2140:  dotnet/test/common/ExecutingAsyncJavascriptTest.cs(220,36): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2141:  dotnet/test/common/ExecutingAsyncJavascriptTest.cs(232,33): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2142:  (12:29:51) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 61789 targets configured)
2143:  �[32m[8,705 / 9,945]�[0m 278 / 1284 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver/remote:driver-firefox-bidi; 5s ... (46 actions, 4 running)
...

2173:  dotnet/test/common/JavascriptEnabledBrowserTest.cs(97,38): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2174:  dotnet/test/common/JavascriptEnabledBrowserTest.cs(101,40): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2175:  dotnet/test/common/JavascriptEnabledBrowserTest.cs(112,41): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2176:  dotnet/test/common/JavascriptEnabledBrowserTest.cs(122,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2177:  (12:29:55) �[32mINFO: �[0mFrom Compiling RelativeLocatorTest-edge:
2178:  dotnet/test/common/RelativeLocatorTest.cs(23,29): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2179:  dotnet/test/common/RelativeLocatorTest.cs(40,29): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2180:  (12:29:56) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 61882 targets configured)
2181:  �[32m[9,129 / 10,315]�[0m 295 / 1311 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver/remote:driver-firefox-beta ... (47 actions, 14 running)
...

2194:  (12:29:58) �[32mINFO: �[0mFrom Compiling ClearTest-edge:
2195:  dotnet/test/common/ClearTest.cs(15,43): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2196:  dotnet/test/common/ClearTest.cs(43,43): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2197:  dotnet/test/common/ClearTest.cs(179,39): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2198:  dotnet/test/common/ClearTest.cs(181,43): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2199:  (12:29:58) �[32mINFO: �[0mFrom Compiling ElementSelectingTest-edge:
2200:  dotnet/test/common/ElementSelectingTest.cs(228,20): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2201:  (12:30:01) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62083 targets configured)
2202:  �[32m[9,682 / 11,129]�[0m 316 / 1525 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:listener-edge-bidi ... (49 actions, 1 running)
...

2294:  dotnet/test/common/ElementAttributeTest.cs(382,35): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2295:  dotnet/test/common/ElementAttributeTest.cs(390,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2296:  dotnet/test/common/ElementAttributeTest.cs(398,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2297:  dotnet/test/common/ElementAttributeTest.cs(406,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2298:  dotnet/test/common/ElementAttributeTest.cs(414,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2299:  dotnet/test/common/ElementAttributeTest.cs(422,44): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2300:  dotnet/test/common/ElementAttributeTest.cs(432,32): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2301:  (12:30:06) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62443 targets configured)
2302:  �[32m[10,272 / 12,117]�[0m 389 / 1877 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //py:common-edge-test/selenium/webdriver/common/visibility_tests.py ... (49 actions, 1 running)
...

2352:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(281,27): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2353:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(290,25): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2354:  dotnet/test/common/Interactions/BasicKeyboardInterfaceTest.cs(317,35): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2355:  (12:30:10) �[32mINFO: �[0mFrom Compiling Interactions/BasicMouseInterfaceTest-firefox:
2356:  dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs(114,46): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2357:  dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs(128,47): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2358:  dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs(143,40): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2359:  (12:30:11) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62578 targets configured)
2360:  �[32m[11,200 / 12,923]�[0m 450 / 2012 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-chrome-test/selenium/webdriver/common/api_example_tests.py; 1s remote, remote-cache ... (45 actions, 4 running)
...

2396:  dotnet/test/common/RelativeLocatorTest.cs(23,29): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2397:  dotnet/test/common/RelativeLocatorTest.cs(40,29): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2398:  (12:30:15) �[32mINFO: �[0mFrom Compiling JavascriptEnabledBrowserTest-chrome:
2399:  dotnet/test/common/JavascriptEnabledBrowserTest.cs(97,38): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2400:  dotnet/test/common/JavascriptEnabledBrowserTest.cs(101,40): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2401:  dotnet/test/common/JavascriptEnabledBrowserTest.cs(112,41): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2402:  dotnet/test/common/JavascriptEnabledBrowserTest.cs(122,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2403:  (12:30:16) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62605 targets configured)
2404:  �[32m[11,947 / 13,432]�[0m 519 / 2039 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //py:common-chrome-bidi-test/selenium/webdriver/common/rendered_webelement_tests.py ... (46 actions, 2 running)
...

2497:  dotnet/test/common/I18Test.cs(70,36): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2498:  (12:30:20) �[32mINFO: �[0mFrom Compiling FrameSwitchingTest-chrome:
2499:  dotnet/test/common/FrameSwitchingTest.cs(77,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2500:  dotnet/test/common/FrameSwitchingTest.cs(85,39): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2501:  dotnet/test/common/FrameSwitchingTest.cs(94,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2502:  dotnet/test/common/FrameSwitchingTest.cs(112,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2503:  dotnet/test/common/FrameSwitchingTest.cs(138,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2504:  (12:30:21) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62635 targets configured)
2505:  �[32m[12,643 / 13,872]�[0m 606 / 2069 tests, �[31m�[1m1 failed�[0m;�[0m Extracting npm package @mui/[email protected]_796719057; 3s remote, remote-cache ... (43 actions, 3 running)
...

2609:  dotnet/test/common/SvgDocumentTest.cs(38,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2610:  dotnet/test/common/SvgDocumentTest.cs(40,39): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2611:  (12:30:25) �[32mINFO: �[0mFrom Compiling ElementSelectingTest-firefox:
2612:  dotnet/test/common/ElementSelectingTest.cs(228,20): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2613:  (12:30:25) �[32mINFO: �[0mFrom PackageZip javascript/grid-ui/react-zip.jar:
2614:  /mnt/engflow/worker/work/1/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/rules_pkg~/pkg/private/zip/build_zip.runfiles/rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/zipfile.py:1525: UserWarning: Duplicate name: 'grid-ui/'
2615:  return self._open_to_write(zinfo, force_zip64=force_zip64)
2616:  (12:30:26) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62663 targets configured)
2617:  �[32m[13,085 / 14,251]�[0m 668 / 2096 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //py:common-chrome-test/selenium/webdriver/common/opacity_tests.py ... (46 actions, 4 running)
...

2641:  dotnet/test/common/WebElementTest.cs(115,40): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2642:  dotnet/test/common/WebElementTest.cs(146,42): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2643:  dotnet/test/common/WebElementTest.cs(147,39): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2644:  (12:30:30) �[32mINFO: �[0mFrom Compiling VisibilityTest-chrome:
2645:  dotnet/test/common/VisibilityTest.cs(84,25): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2646:  (12:30:31) �[32mINFO: �[0mFrom Compiling VisibilityTest-firefox:
2647:  dotnet/test/common/VisibilityTest.cs(84,25): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2648:  (12:30:31) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62683 targets configured)
2649:  �[32m[13,606 / 14,673]�[0m 744 / 2117 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:ShadowRootHandlingTest-chrome ... (46 actions, 3 running)
...

2654:  dotnet/test/common/SelectElementHandlingTest.cs(99,25): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2655:  dotnet/test/common/SelectElementHandlingTest.cs(107,25): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2656:  (12:30:32) �[32mINFO: �[0mFrom Compiling PartialLinkTextMatchTest-firefox:
2657:  dotnet/test/common/PartialLinkTextMatchTest.cs(60,54): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2658:  dotnet/test/common/PartialLinkTextMatchTest.cs(71,54): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2659:  (12:30:32) �[32mINFO: �[0mFrom Compiling UploadTest-edge:
2660:  dotnet/test/common/UploadTest.cs(53,43): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2661:  (12:30:36) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62683 targets configured)
2662:  �[32m[13,979 / 14,956]�[0m 815 / 2117 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:StaleElementReferenceTest-edge ... (47 actions, 1 running)
2663:  (12:30:38) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
2664:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2665:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2666:  ^
2667:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2668:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2669:  ^
2670:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2671:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
2672:  ^
2673:  (12:30:39) �[32mINFO: �[0mFrom Compiling GetMultipleAttributeTest-chrome:
2674:  dotnet/test/common/GetMultipleAttributeTest.cs(13,25): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2675:  dotnet/test/common/GetMultipleAttributeTest.cs(21,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2676:  dotnet/test/common/GetMultipleAttributeTest.cs(29,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2677:  dotnet/test/common/GetMultipleAttributeTest.cs(37,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2678:  dotnet/test/common/GetMultipleAttributeTest.cs(45,37): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2679:  (12:30:39) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
2680:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:26: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2681:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
2682:  ^
2683:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2684:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
2685:  ^
2686:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:81: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2687:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2688:  ^
2689:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2690:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2691:  ^
2692:  (12:30:39) �[32mINFO: �[0mFrom Compiling StaleElementReferenceTest-firefox:
2693:  dotnet/test/common/StaleElementReferenceTest.cs(33,52): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2694:  (12:30:41) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62683 targets configured)
2695:  �[32m[14,148 / 15,106]�[0m 890 / 2117 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:BiDi/Script/ScriptCommandsTest-firefox ... (47 actions, 0 running)
...

2755:  dotnet/test/common/FormHandlingTests.cs(262,28): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2756:  dotnet/test/common/FormHandlingTests.cs(272,29): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2757:  dotnet/test/common/FormHandlingTests.cs(275,29): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2758:  dotnet/test/common/FormHandlingTests.cs(374,28): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2759:  dotnet/test/common/FormHandlingTests.cs(378,21): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2760:  dotnet/test/common/FormHandlingTests.cs(389,28): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2761:  dotnet/test/common/FormHandlingTests.cs(393,21): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2762:  (12:30:46) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62683 targets configured)
2763:  �[32m[14,222 / 15,232]�[0m 908 / 2117 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:navigation-chrome-remote; 4s ... (46 actions, 1 running)
...

2914:  dotnet/test/common/WebElementTest.cs(94,33): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2915:  dotnet/test/common/WebElementTest.cs(105,33): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2916:  dotnet/test/common/WebElementTest.cs(115,40): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2917:  dotnet/test/common/WebElementTest.cs(146,42): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2918:  dotnet/test/common/WebElementTest.cs(147,39): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2919:  (12:30:50) �[32mINFO: �[0mFrom Compiling UploadTest-firefox:
2920:  dotnet/test/common/UploadTest.cs(53,43): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2921:  (12:30:51) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62683 targets configured)
2922:  �[32m[14,523 / 15,433]�[0m 1030 / 2117 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //dotnet/test/support/UI:PopupWindowFinderTest-firefox ... (50 actions, 0 running)
2923:  (12:30:51) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
2924:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2925:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
2926:  ^
2927:  (12:30:52) �[32mINFO: �[0mFrom Compiling CorrectEventFiringTest-firefox:
2928:  dotnet/test/common/CorrectEventFiringTest.cs(229,29): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
2929:  (12:30:55) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2930:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2931:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
2932:  ^
2933:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2934:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2935:  ^
2936:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2937:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2938:  ^
2939:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2940:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2941:  ^
2942:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2943:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2944:  ^
2945:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2946:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
2947:  ^
2948:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2949:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2950:  ^
2951:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2952:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2953:  ^
2954:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2955:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2956:  ^
2957:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2958:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
2959:  ^
2960:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2961:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
2962:  ^
2963:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2964:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
2965:  ^
2966:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2967:  ErrorCodes.UNHANDLED_ERROR,
2968:  ^
2969:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2970:  ErrorCodes.UNHANDLED_ERROR,
2971:  ^
2972:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2973:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2974:  ^
2975:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2976:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2977:  ^
2978:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2979:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2980:  ^
2981:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2982:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2983:  ^
2984:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2985:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2986:  ^
2987:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2988:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2989:  ^
2990:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2991:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2992:  ^
2993:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2994:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2995:  ^
2996:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2997:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2998:  ^
2999:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3000:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
3001:  ^
3002:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3003:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
3004:  ^
3005:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3006:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
3007:  ^
3008:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3009:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
3010:  ^
3011:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3012:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
3013:  ^
3014:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3015:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
3016:  ^
3017:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3018:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
3019:  ^
3020:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3021:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
3022:  ^
3023:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3024:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
3025:  ^
3026:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3027:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
3028:  ^
3029:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3030:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
3031:  ^
3032:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3033:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
3034:  ^
3035:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3036:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
3037:  ^
3038:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3039:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
3040:  ^
3041:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3042:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
3043:  ^
3044:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3045:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
3046:  ^
3047:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3048:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
3049:  ^
3050:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3051:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
3052:  ^
3053:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3054:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
3055:  ^
3056:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3057:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
3058:  ^
3059:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3060:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
3061:  ^
3062:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3063:  ? ErrorCodes.INVALID_SELECTOR_ERROR
3064:  ^
3065:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3066:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
3067:  ^
3068:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3069:  response.setState(new ErrorCodes().toState(status));
3070:  ^
3071:  (12:30:56) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62683 targets configured)
3072:  �[32m[14,806 / 15,628]�[0m 1168 / 2117 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:FrameSwitchingTest-edge ... (45 actions, 0 running)
3073:  (12:30:56) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
3074:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3075:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
3076:  ^
3077:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3078:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
3079:  ^
3080:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3081:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
3082:  ^
3083:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3084:  private final ErrorCodes errorCodes = new ErrorCodes();
3085:  ^
3086:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3087:  private final ErrorCodes errorCodes = new ErrorCodes();
3088:  ^
3089:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3090:  private final ErrorCodes errorCodes = new ErrorCodes();
3091:  ^
3092:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
3093:  private final ErrorCodes errorCodes = new ErrorCodes();
3094:  ^
3095:  (12:31:01) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62683 targets configured)
3096:  �[32m[15,118 / 15,786]�[0m 1364 / 2117 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //dotnet/test/support/Events:EventFiringWebDriverElementTest-firefox ... (50 actions, 0 running)
...

3115:  ^
3116:  java/test/org/openqa/selenium/remote/http/FormEncodedDataTest.java:101: warning: [removal] FormEncodedData in org.openqa.selenium.remote.http has been deprecated and marked for removal
3117:  Optional<Map<String, List<String>>> data = FormEncodedData.getData(request);
3118:  ^
3119:  java/test/org/openqa/selenium/remote/http/FormEncodedDataTest.java:113: warning: [removal] FormEncodedData in org.openqa.selenium.remote.http has been deprecated and marked for removal
3120:  Optional<Map<String, List<String>>> data = FormEncodedData.getData(request);
3121:  ^
3122:  (12:31:06) �[32mAnalyzing:�[0m 2120 targets (1628 packages loaded, 62683 targets configured)
3123:  �[32m[15,567 / 16,018]�[0m 1625 / 2117 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //java/test/org/openqa/selenium:ImplicitWaitTest-chrome ... (50 actions, 0 running)
3124:  (12:31:06) �[32mINFO: �[0mAnalyzed 2120 targets (1629 packages loaded, 62741 targets configured).
3125:  (12:31:11) �[32m[16,001 / 16,179]�[0m 1941 / 2120 tests, �[31m�[1m1 failed�[0m;�[0m [Prepa] Testing //java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest-chrome-remote ... (50 actions, 0 running)
3126:  (12:31:13) �[32mINFO: �[0mFound 2120 test targets...
3127:  (12:31:14) �[32mINFO: �[0mElapsed time: 231.222s, Critical Path: 32.94s
3128:  (12:31:14) �[32mINFO: �[0m15464 processes: 7782 remote cache hit, 7629 internal, 49 local, 4 remote.
3129:  (12:31:14) �[32mINFO: �[0mBuild completed, 1 test FAILED, 15464 total actions
...

3240:  //dotnet/test/common:ElementFindingTest-edge                    �[0m�[32m(cached) PASSED�[0m in 22.3s
3241:  //dotnet/test/common:ElementFindingTest-firefox                 �[0m�[32m(cached) PASSED�[0m in 26.9s
3242:  //dotnet/test/common:ElementPropertyTest-chrome                 �[0m�[32m(cached) PASSED�[0m in 4.6s
3243:  //dotnet/test/common:ElementPropertyTest-edge                   �[0m�[32m(cached) PASSED�[0m in 5.6s
3244:  //dotnet/test/common:ElementPropertyTest-firefox                �[0m�[32m(cached) PASSED�[0m in 9.8s
3245:  //dotnet/test/common:ElementSelectingTest-chrome                �[0m�[32m(cached) PASSED�[0m in 9.1s
3246:  //dotnet/test/common:ElementSelectingTest-edge                  �[0m�[32m(cached) PASSED�[0m in 14.0s
3247:  //dotnet/test/common:ElementSelectingTest-firefox               �[0m�[32m(cached) PASSED�[0m in 21.3s
3248:  //dotnet/test/common:ErrorsTest-chrome                          �[0m�[32m(cached) PASSED�[0m in 5.1s
3249:  //dotnet/test/common:ErrorsTest-edge                            �[0m�[32m(cached) PASSED�[0m in 6.3s
3250:  //dotnet/test/common:ErrorsTest-firefox                         �[0m�[32m(cached) PASSED�[0m in 7.8s
...

3580:  //java/test/org/openqa/selenium:ElementFindingTest-edge         �[0m�[32m(cached) PASSED�[0m in 96.3s
3581:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 30.5s
3582:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs     �[0m�[32m(cached) PASSED�[0m in 10.3s
3583:  //java/test/org/openqa/selenium:ElementSelectingTest            �[0m�[32m(cached) PASSED�[0m in 26.8s
3584:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome     �[0m�[32m(cached) PASSED�[0m in 13.2s
3585:  //java/test/org/openqa/selenium:ElementSelectingTest-edge       �[0m�[32m(cached) PASSED�[0m in 27.4s
3586:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 32.0s
3587:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 7.4s
3588:  //java/test/org/openqa/selenium:ErrorsTest                      �[0m�[32m(cached) PASSED�[0m in 14.3s
3589:  //java/test/org/openqa/selenium:ErrorsTest-chrome               �[0m�[32m(cached) PASSED�[0m in 7.7s
3590:  //java/test/org/openqa/selenium:ErrorsTest-edge                 �[0m�[32m(cached) PASSED�[0m in 9.1s
3591:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta ...

@renovate renovate bot changed the title chore(deps): update dependency rules_dotnet to v0.16.1 Update dependency rules_dotnet to v0.16.1 Oct 30, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Nov 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@nvborisenko nvborisenko merged commit 3906742 into trunk Nov 10, 2024
9 checks passed
@nvborisenko nvborisenko deleted the renovate/rules_dotnet-0.x branch November 10, 2024 21:31
jkim2492 pushed a commit to jkim2492/selenium that referenced this pull request Nov 17, 2024
chore(deps): update dependency rules_dotnet to v0.16.1

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Burns <[email protected]>
Co-authored-by: Nikolay Borisenko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants